AudioBusBuffers Struct Reference

Processing buffers of an audio bus. More...

#include <ivstaudioprocessor.h>

Public Member Functions

 AudioBusBuffers ()

Data Fields

int32 numChannels
 number of audio channels in bus
uint64 silenceFlags
 Bitset of silence state per channel.
union {
   Sample32 **   channelBuffers32
 sample buffers to process with 32-bit precision
   Sample64 **   channelBuffers64
 sample buffers to process with 64-bit precision
}; 

Detailed Description

Processing buffers of an audio bus.

This structure contains the processing buffer for each channel of an audio bus.

See also:
ProcessData

Constructor & Destructor Documentation

AudioBusBuffers (  )  [inline]

Field Documentation

number of audio channels in bus

Bitset of silence state per channel.

sample buffers to process with 32-bit precision

sample buffers to process with 64-bit precision

union { ... }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.